home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / diag / itcom1.zip / COMPARE.EXE / IT / README.DMO < prev   
Text File  |  1993-11-04  |  8KB  |  225 lines

  1.  
  2.  
  3.                       Diversified Technology Solutions
  4.                         ITs for CLARION (ITs Series)
  5.                      Demonstration Software Installation
  6.  
  7.     The installation procedure for the ITs for CLARION series is
  8.     quite simple and straight-forward. Using the Clarion SDK this
  9.     installation is initiated by typing
  10.  
  11.                  A:INSTALL <ENTER>
  12.  
  13.                     where A: is the diskette drive from which the
  14.                              software is installed, and
  15.                           <ENTER> denotes pressing the ENTER key.
  16.  
  17.     MEMORY REQUIREMENTS
  18.     ───────────────────
  19.  
  20.     Each of the ITs in the ITs for Clarion series run in protected
  21.     mode.  These memory requirements are similar to those required
  22.     for Clarion Database Developer 3.0.  Therefore, if you are
  23.     developing applications using CDD3, you should have no problem
  24.     using ITs for Clarion utilities.
  25.  
  26.     For those of you who experience problem with your current
  27.     configuration, we have appended the MEMORY.DOC file as supplied
  28.     by Clarion Software with batch release 3006 to the end of this
  29.     document.
  30.  
  31.     DEMO INSTRUCTIONS
  32.     ─────────────────
  33.  
  34.     Once the installation is complete, start the DEMO from the
  35.     \IT\DEMO directory by initiating the appropriate executable.
  36.  
  37.               Executable             Product
  38.               ──────────             ───────
  39.               ALIGNS.EXE            IT Aligns
  40.               ANALYZES.EXE          IT Analyzes
  41.               COMPARES.EXE          IT Compares
  42.               TRACES.EXE            IT Traces
  43.  
  44.     INSTALLATION GROUPS AND FILES
  45.     ─────────────────────────────
  46.  
  47.     The installation process defaults to a FULL installation.  Should you
  48.     desire to perform a partial install or re-install, we have provided
  49.     the means for optionally installing portions of the package.  The
  50.     portions are as follows:
  51.  
  52.                  Program Files
  53.                  INI Files
  54.                  Configuration Files
  55.                  CDD 3006 Files    ════════════════════════════
  56.                  Help Files
  57.  
  58.     Program Files contains all of the executables, dynamic link
  59.     libraries, and graphic files necessary to run the software.
  60.  
  61.     INI Files contains the INI file(s) necessary for running the
  62.     software.  The HELP and hard-copy documentation provide a
  63.     description of the INI file parameters necessary for running
  64.     this program.
  65.  
  66.     Configuration Files includes all system configuration files
  67.     supporting the methodology of process for the software.  At
  68.     DTS we have established a coding style that is parameter
  69.     driven.  The CTL files contain the parameters used to control
  70.     the method of operation of this software.
  71.  
  72.     CDD 3006 Files contains the supporting dynamic link libraries
  73.     for the operation of this package.  Written totally in Clarion
  74.     Database Developer 3.0, these libraries are required.  The
  75.     latest batch available with this shipment is 3006.  Should you
  76.     desire to maintain a current batch release, the DTS ***BBS***
  77.     maintains a file library containing the latest EXEs and DLLs
  78.     as new batches are released.
  79.  
  80.     Help Files includes the files supportive of the help system for
  81.     this product offering.
  82.  
  83.  
  84.     INSTALLATION LOCATION
  85.     ─────────────────────
  86.  
  87.     After the level of installation is determined, the \IT directory
  88.     is created on the selected drive (C:). Each of the commonly used
  89.     files are installed into the \IT directory. A subdirectory is
  90.     created for installation of the DEMO.
  91.  
  92.                    \IT\DEMO for IT Aligns
  93.                    \IT\DEMO for IT Analyzes
  94.                    \IT\DEMO for IT Compares
  95.                    \IT\DEMO for IT Traces
  96.  
  97.     The \IT directory should be added to the PATH in the \AUTOEXEC.BAT
  98.     file.
  99.  
  100.     Configuration and Help files are stored in the \IT directory.
  101.     Notice that \IT MUST be in the PATH.
  102.  
  103.     Executable, Initialization, and DLLs are stored in the \DEMO
  104.     directory.
  105.  
  106.     RUNNING THE PROGRAM
  107.     ───────────────────
  108.  
  109.     Provided the installation is valid, run the DEMO from the default
  110.     directory and using the file name described below:
  111.  
  112.               DIRECTORY                      FILE NAME
  113.          ──────────────────────────────────────────────────────
  114.              C:\IT\DEMO>                      ALIGNS
  115.              C:\IT\DEMO>                      ANALYZES
  116.              C:\IT\DEMO>                      COMPARES
  117.              C:\IT\DEMO>                      TRACES
  118.  
  119.     MEMORY.DOC by Clarion Software
  120.     ══════════════════════════════
  121.  
  122.      Memory Manager Examples
  123.  
  124.      DOS 6 / EMM386
  125.      ──────────────
  126.       AUTOEXEC.BAT
  127.  
  128.          @ECHO OFF
  129.          PROMPT $p$g
  130.          PATH C:\DOS;c:\clarion3;c:\cmd;c:\norton
  131.          loadhigh doskey
  132.          SET TEMP=C:\DOS
  133.  
  134.       CONFIG.SYS
  135.  
  136.          DEVICE=C:\DOS\HIMEM.SYS
  137.          DEVICE=C:\DOS\EMM386.EXE RAM HIGHSCAN X=D000-D1FF
  138.          BUFFERS=15,0
  139.          FILES=60
  140.          DOS=UMB
  141.          LASTDRIVE=E
  142.          FCBS=4,0
  143.          DEVICE = C:\HYP\HYPERDKX.EXE C:1024 CW:1024 H V
  144.          DEVICEHIGH /L:1,12048 =C:\DOS\SETVER.EXE
  145.          DOS=HIGH
  146.          SHELL=C:\DOS\COMMAND.COM C:\DOS\  /p
  147.  
  148.        *Alternate EMM386 CONFIG.SYS settings under DOS 6
  149.          DEVICE=C:\DOS\EMM386.EXE noems X=D000-D1FF
  150.  
  151.  
  152.  
  153.      DOS 5 / EMM386
  154.      ──────────────
  155.       AUTOEXEC.BAT
  156.  
  157.          PROMPT $p$g
  158.          PATH C:\;C:\CLARION3;C:\DOS
  159.          EMM386 AUTO    <<-- AUTO switch enables protected mode access
  160.          LH BTRIEVE /M:48 /P:4096 /T:\CLARION3\CLARION.TRN
  161.          LH MOUSE
  162.          LH DOSKEY
  163.  
  164.       CONFIG.SYS
  165.  
  166.          DEVICE=C:\DOS\HIMEM.SYS
  167.          DEVICE=C:\DOS\EMM386.EXE NOEMS I=E000-EFFF
  168.          DOS=HIGH,UMB
  169.          SHELL=C:\DOS\COMMAND.COM C:\DOS\ /P /E:186
  170.          FILES=50
  171.          BUFFERS=5
  172.          STACKS=0,0
  173.          BREAK=ON
  174.  
  175.      NOTE: Address location E000-EFFF is machine dependent.   This
  176.            memory location may increase your conventional memory
  177.            by +30K.
  178.  
  179.  
  180.      386/MAX
  181.      ───────
  182.       AUTOEXEC.BAT
  183.  
  184.         PROMPT = $P$G
  185.         PATH C:\;C:\CLARION3;C:\DOS
  186.         C:\386MAX\386load size=6400 flexframe prog=DOSKEY
  187.         C:\386MAX\386load size=10736 prgreg=2 flexframe prog=MOUSE /2
  188.  
  189.       CONFIG.SYS
  190.  
  191.         DOS=HIGH
  192.         FILES=50
  193.       *** Several CONFIG.SYS variations:
  194.         DEVICE=C:\386max\386max.sys pro=c:\386max\386max.pro
  195.         DEVICE=C:\386max\386max.sys pro=c:\386max\386max.pro NODPMI
  196.         DEVICE=C:\386MAX\386load.sys size=12576 flexframe prog=C:\HYPERKEY.EXE
  197.         DEVICE=C:\386MAX\386load.sys size=45360 flexframe prog=C:\HYPERDKX.EXE C:1024 H
  198.         DEVICE=C:\386MAX\386load.sys size=9040 flexframe prog=C:\DOS\ANSI.SYS
  199.         SHELL=C:\DOS\COMMAND.COM C:\DOS\ /E:186 /p
  200.         STACKS=0,0
  201.  
  202.  
  203.      QEMM386
  204.      ───────
  205.      AUTOEXEC.BAT
  206.  
  207.         PROMPT $P$G
  208.         PATH  C:\;C:\CLARION3;C:\DOS;C:\QEMM
  209.         C:\QEMM\LOADHI /R:3 /RES=4336 /SQT=D000-D0FF \DOS\DOSKEY
  210.         C:\QEMM\LOADHI /R:2 LSL
  211.         C:\QEMM\LOADHI /R:4 TRXNET
  212.         C:\QEMM\LOADHI /R:2 /RES=16096 /SQT=C600-C7FF IPXODI
  213.         C:\QEMM\LOADHI /R:4 NETX
  214.  
  215.      CONFIG.SYS
  216.  
  217.         DEVICE=C:\QEMM\QEMM386.SYS R:5 X=B000-B0FF X=C600-C7FF DBF=2 ST:M RAM
  218.         DOS=HIGH
  219.         DEVICE=C:\QEMM\LOADHI.SYS /R:2 C:\DOS\ANSI.SYS
  220.         DEVICE=C:\QEMM\LOADHI.SYS /R:1 C:\MOUSE.SYS
  221.         SHELL=C:\DOS\COMMAND.COM /E:500 /P
  222.         BUFFERS=20
  223.         FILES=70
  224.  
  225.